VintaSoft Twain .NET SDK 15.0: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageCollectionJS type / openFiles Methods / openFiles(Vintasoft.Shared.WebFileInfoJS[],Vintasoft.Shared.WebServiceJS) Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    openFiles(Vintasoft.Shared.WebFileInfoJS[],Vintasoft.Shared.WebServiceJS) Метод
    В этом разделе
    Sends an asynchronous request to a server, gets information about images, which are stored in files on server, and clears the image collection and adds images to the image collection.
    Синтаксис
    var instance = new Vintasoft.Shared.WebImageCollectionJS();
    
    var value; // Type: any
    
    // Parameters
    var fileIds; // Type: WebFileInfoJS[]
    var service; // Type: WebServiceJS
    
    value = instance.openFiles(fileIds, service);
    
    
    function openFiles(
    fileIds
    Массив экземпляров класса WebFileInfoJS.
    : WebFileInfoJS[],
    service
    WebServiceJS, который позволяет управлять коллекцией изображений.
    : WebServiceJS
    ) : any;

    Parameters

    fileIds
    Массив экземпляров класса WebFileInfoJS.
    service
    WebServiceJS, который позволяет управлять коллекцией изображений.
    Смотрите также